Add SAML subject identifier attributes to saml2_uri attributemap#607
Conversation
Codecov Report
@@ Coverage Diff @@
## master #607 +/- ##
=========================================
- Coverage 65.6% 65.6% -0.01%
=========================================
Files 103 103
Lines 25614 25615 +1
=========================================
- Hits 16805 16804 -1
- Misses 8809 8811 +2
Continue to review full report at Codecov.
|
|
Thank you; keep in mind that in the future attributemaps will be completely removed. |
|
Ho @c00kiemon5ter, why? How Will we do mapping without attrmaps? I saw that it works already whitout attrmaps, Just curiosity |
|
Hello @c00kiemon5ter Thanks for merging that PR. Where can I find out about future plans for pysaml2 attributemaps? I can't see anything relevant in the pysaml2-dev mailing list and I've not found a pysaml2 users mailing list. Thanks! |
|
Hi again, #549 explains why attributemaps will go away. |
All Submissions:
Explanation
Two SAML subject identifier attributes have been recently defined in the OASIS SAML V2.0 Subject Identifier Attributes Profile Version 1.0 specifcation and they do not appear in pysaml2's attribute map. This PR is to add the attributes to saml_uri.py following the conventions in that file.
I have tested this change in a pysaml2+SATOSA deployment.